home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
graffiti
/
O.sgi
/
Makefile
< prev
next >
Wrap
Makefile
|
1993-11-10
|
388b
|
19 lines
GEOM = ../../../..
include ${GEOM}/makefiles/Makedefs.global
include ../Makedefs
include ${GEOM}/makefiles/Makerules.obj
LIBS=${ALLOOGLLIBS} -lforms -lfm_s -lgl_s -lm
all: ${TARGETS}
install: install_module
install_module: graffiti
${INSTALLMODULE} graffiti ../.geomview-graffiti ${MODULEDIR}
graffiti: ${OBJS}
/bin/rm -f $@ ../$@
${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS}
ln $@ ..